home *** CD-ROM | disk | FTP | other *** search
/ GKGM 014 / GKGM014.iso / hentai / DOCTOR FUCK GAME.swf / scripts / DefineButton2_12 / BUTTONCONDACTION on(release).as
Text File  |  2007-01-09  |  191b  |  13 lines

  1. on(release){
  2.    if(this.txt.text == "")
  3.    {
  4.       _root.myName = "σÉìτäíπüù";
  5.    }
  6.    else
  7.    {
  8.       _root.myName = this.txt.text;
  9.    }
  10.    _root.bfflg = true;
  11.    this.play();
  12. }
  13.